home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 6-Developer Demos / Developer Demos-Ed. / Macintosh School® CD-ROM Demo / Macintosh SchoolÆ CD-ROM Demo / card_100996.txt < prev    next >
Text File  |  1990-08-14  |  8KB  |  337 lines

  1. -- card: 100996 from stack: in
  2. -- bmap block id: 101357
  3. -- flags: 4000
  4. -- background id: 13605
  5. -- name: CD Lists4
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=21 top=104 right=135 bottom=131
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Prerequisites
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to card "CD Lists"
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=21 top=153 right=184 bottom=131
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Co-requisites
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   lock screen
  42.   go to card "CD Lists2"
  43.   if card field "Course Name" of first card of this background is not empty then
  44.     put card field "Course Name" of first card of this background & " - " & card field "Grade" of first card of this background into field "Working On"
  45.   else put "(not set)" into field "Working On"
  46.   unlock screen
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part 3 (button)
  52. -- low flags: 00
  53. -- high flags: 0000
  54. -- rect: left=21 top=202 right=233 bottom=131
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 0 / 0
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: Rooms
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   lock screen
  66.   go to card "CD Lists3"
  67.   if card field "Course Name" of first card of this background is not empty then
  68.     put card field "Course Name" of first card of this background & " - " & card field "Grade" of first card of this background into field "Working On"
  69.   else put "(not set)" into field "Working On"
  70.   unlock screen
  71. end mouseUp
  72.  
  73.  
  74.  
  75. -- part 4 (field)
  76. -- low flags: 01
  77. -- high flags: 0000
  78. -- rect: left=146 top=110 right=272 bottom=482
  79. -- title width / last selected line: 0
  80. -- icon id / first selected line: 0 / 0
  81. -- text alignment: 0
  82. -- font id: 3
  83. -- text size: 9
  84. -- style flags: 0
  85. -- line height: 16
  86. -- part name: Programs
  87.  
  88.  
  89. -- part 5 (button)
  90. -- low flags: 00
  91. -- high flags: 0000
  92. -- rect: left=331 top=112 right=126 bottom=345
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 5064 / 5064
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: Required 1
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   if icon of me is "5065" then
  104.     set icon of me to "Md Unchecked Box"
  105.   else set icon of me to "Md Checked Box"
  106. end mouseUp
  107.  
  108.  
  109. -- part 6 (button)
  110. -- low flags: 00
  111. -- high flags: 0000
  112. -- rect: left=423 top=112 right=126 bottom=437
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 5064 / 5064
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: Generate Requests 1
  121. ----- HyperTalk script -----
  122. on mouseUp
  123.   if icon of me is "5065" then
  124.     set icon of me to "Md Unchecked Box"
  125.   else set icon of me to "Md Checked Box"
  126. end mouseUp
  127.  
  128.  
  129. -- part 7 (button)
  130. -- low flags: 00
  131. -- high flags: 0000
  132. -- rect: left=331 top=128 right=142 bottom=345
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 5064 / 5064
  135. -- text alignment: 1
  136. -- font id: 0
  137. -- text size: 12
  138. -- style flags: 0
  139. -- line height: 16
  140. -- part name: Required 2
  141. ----- HyperTalk script -----
  142. on mouseUp
  143.   if icon of me is "5065" then
  144.     set icon of me to "Md Unchecked Box"
  145.   else set icon of me to "Md Checked Box"
  146. end mouseUp
  147.  
  148.  
  149. -- part 8 (button)
  150. -- low flags: 00
  151. -- high flags: 0000
  152. -- rect: left=423 top=128 right=142 bottom=437
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 5064 / 5064
  155. -- text alignment: 1
  156. -- font id: 0
  157. -- text size: 12
  158. -- style flags: 0
  159. -- line height: 16
  160. -- part name: Generate Requests 2
  161. ----- HyperTalk script -----
  162. on mouseUp
  163.   if icon of me is "5065" then
  164.     set icon of me to "Md Unchecked Box"
  165.   else set icon of me to "Md Checked Box"
  166. end mouseUp
  167.  
  168.  
  169. -- part 9 (button)
  170. -- low flags: 00
  171. -- high flags: 0000
  172. -- rect: left=331 top=144 right=158 bottom=345
  173. -- title width / last selected line: 0
  174. -- icon id / first selected line: 5064 / 5064
  175. -- text alignment: 1
  176. -- font id: 0
  177. -- text size: 12
  178. -- style flags: 0
  179. -- line height: 16
  180. -- part name: Required 3
  181. ----- HyperTalk script -----
  182. on mouseUp
  183.   if icon of me is "5065" then
  184.     set icon of me to "Md Unchecked Box"
  185.   else set icon of me to "Md Checked Box"
  186. end mouseUp
  187.  
  188.  
  189. -- part 10 (button)
  190. -- low flags: 00
  191. -- high flags: 0000
  192. -- rect: left=423 top=144 right=158 bottom=437
  193. -- title width / last selected line: 0
  194. -- icon id / first selected line: 5064 / 5064
  195. -- text alignment: 1
  196. -- font id: 0
  197. -- text size: 12
  198. -- style flags: 0
  199. -- line height: 16
  200. -- part name: Generate Requests 3
  201. ----- HyperTalk script -----
  202. on mouseUp
  203.   if icon of me is "5065" then
  204.     set icon of me to "Md Unchecked Box"
  205.   else set icon of me to "Md Checked Box"
  206. end mouseUp
  207.  
  208.  
  209. -- part 11 (button)
  210. -- low flags: 80
  211. -- high flags: 0000
  212. -- rect: left=331 top=160 right=174 bottom=345
  213. -- title width / last selected line: 0
  214. -- icon id / first selected line: 5064 / 5064
  215. -- text alignment: 1
  216. -- font id: 0
  217. -- text size: 12
  218. -- style flags: 0
  219. -- line height: 16
  220. -- part name: Required 4
  221. ----- HyperTalk script -----
  222. on mouseUp
  223.   if icon of me is "5065" then
  224.     set icon of me to "Md Unchecked Box"
  225.   else set icon of me to "Md Checked Box"
  226. end mouseUp
  227.  
  228.  
  229. -- part 12 (button)
  230. -- low flags: 80
  231. -- high flags: 0000
  232. -- rect: left=423 top=160 right=174 bottom=437
  233. -- title width / last selected line: 0
  234. -- icon id / first selected line: 5064 / 5064
  235. -- text alignment: 1
  236. -- font id: 0
  237. -- text size: 12
  238. -- style flags: 0
  239. -- line height: 16
  240. -- part name: Generate Requests 4
  241. ----- HyperTalk script -----
  242. on mouseUp
  243.   if icon of me is "5065" then
  244.     set icon of me to "Md Unchecked Box"
  245.   else set icon of me to "Md Checked Box"
  246. end mouseUp
  247.  
  248.  
  249. -- part 13 (button)
  250. -- low flags: 80
  251. -- high flags: 0000
  252. -- rect: left=331 top=176 right=190 bottom=345
  253. -- title width / last selected line: 0
  254. -- icon id / first selected line: 5064 / 5064
  255. -- text alignment: 1
  256. -- font id: 0
  257. -- text size: 12
  258. -- style flags: 0
  259. -- line height: 16
  260. -- part name: Required 5
  261. ----- HyperTalk script -----
  262. on mouseUp
  263.   if icon of me is "5065" then
  264.     set icon of me to "Md Unchecked Box"
  265.   else set icon of me to "Md Checked Box"
  266. end mouseUp
  267.  
  268.  
  269. -- part 14 (button)
  270. -- low flags: 80
  271. -- high flags: 0000
  272. -- rect: left=423 top=176 right=190 bottom=437
  273. -- title width / last selected line: 0
  274. -- icon id / first selected line: 5064 / 5064
  275. -- text alignment: 1
  276. -- font id: 0
  277. -- text size: 12
  278. -- style flags: 0
  279. -- line height: 16
  280. -- part name: Generate Requests 5
  281. ----- HyperTalk script -----
  282. on mouseUp
  283.   if icon of me is "5065" then
  284.     set icon of me to "Md Unchecked Box"
  285.   else set icon of me to "Md Checked Box"
  286. end mouseUp
  287.  
  288.  
  289. -- part 15 (button)
  290. -- low flags: 80
  291. -- high flags: 0000
  292. -- rect: left=331 top=192 right=206 bottom=345
  293. -- title width / last selected line: 0
  294. -- icon id / first selected line: 5064 / 5064
  295. -- text alignment: 1
  296. -- font id: 0
  297. -- text size: 12
  298. -- style flags: 0
  299. -- line height: 16
  300. -- part name: Required 6
  301. ----- HyperTalk script -----
  302. on mouseUp
  303.   if icon of me is "5065" then
  304.     set icon of me to "Md Unchecked Box"
  305.   else set icon of me to "Md Checked Box"
  306. end mouseUp
  307.  
  308.  
  309. -- part 16 (button)
  310. -- low flags: 80
  311. -- high flags: 0000
  312. -- rect: left=423 top=192 right=206 bottom=437
  313. -- title width / last selected line: 0
  314. -- icon id / first selected line: 5064 / 5064
  315. -- text alignment: 1
  316. -- font id: 0
  317. -- text size: 12
  318. -- style flags: 0
  319. -- line height: 16
  320. -- part name: Generate Requests 6
  321. ----- HyperTalk script -----
  322. on mouseUp
  323.   if icon of me is "5065" then
  324.     set icon of me to "Md Unchecked Box"
  325.   else set icon of me to "Md Checked Box"
  326. end mouseUp
  327.  
  328.  
  329. -- part contents for background part 8
  330. ----- text -----
  331. Biology - 12
  332.  
  333. -- part contents for card part 4
  334. ----- text -----
  335. Academic
  336. Commercial
  337. Industrial